home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / lstgrid / readme.txt < prev   
Text File  |  1994-04-13  |  893b  |  19 lines

  1. LstGrid: How to Drag Data From a List Box to Certain Cell in Grid
  2.  
  3. The sample GRIDDD.MAK project contains the files GRIDDD.FRM and GRID.VBX.
  4.  
  5. The idea of the sample is to demonstrate how to drag an item from a List box
  6. to a specific cell within the Grid control in Visual Basic 3.0.
  7.  
  8. You first want to select an entry(ie numbers 1-10) in the List1 list box by
  9. clicking on a number and holding the left mouse down. Once an item has been 
  10. selected and the mouse is held down, drag to your right toward the grid and
  11. let the left mouse button up, over the specific cell that you desire to drop
  12. the data in. 
  13.  
  14. You can continue the same sequence with different numbers or the same number
  15. in the list box to be dragged to other desired cells in the grid.  Note, when
  16. you drag data over and drop on a specific cell that already contains data, 
  17. the new data overwrites the old data.
  18.  
  19.